home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6409.txt < prev    next >
Text File  |  1996-08-30  |  1KB  |  33 lines

  1. The Triangular distribution
  2.  
  3. The Triangular distribution is called so because of its triangular shaped density function. The range of the distribution is a bounded interval of real numbers.
  4.  
  5. In the triangular distribution the key numbers, 窶彗窶, 窶彙窶 and 窶彡窶 are interpreted as follows:
  6.  
  7.     窶彗窶    =    The 0%-fractile.
  8.     窶彙窶    =    The mode of the density function (the value corresponding to the maximum of the density).
  9.     窶彡窶    =    The 100%-fractile.
  10.  
  11. To get a sensible distribution, the specified values must satisfy:
  12.  
  13.    窶彗窶  <  窶彙窶  <  窶彡窶
  14.  
  15. DynRisk will reorder the numbers if they do not satisfy these requirements. No further adjustments are needed.
  16.  
  17. The probability, p, of having a value less than or equal to the 窶彙窶 value is given by:
  18.  
  19.   p  =  (窶彙窶 - 窶彗窶) / (窶彡窶 - 窶彗窶).
  20.  
  21. Note that if 窶彙窶 is the arithmetical mean of 窶彡窶 and 窶彗窶, it is also equal to the 50%-fractile of the distribution.
  22.  
  23. Assume e.g., that the following key numbers are specified:
  24.  
  25.   窶彗窶  =  0.5
  26.   窶彙窶  =  1.0
  27.   窶彡窶  =  3.0
  28.  
  29. In this case we get that:
  30.  
  31.   p  =  (1.0  -  0.5) / (3.0 - 0.5)  =  0.2
  32.  
  33. Thus, in this case 窶彙窶 value is equal to the 20%-fractile of the distribution.